_MM_PAGED_POOL_INFO

//0x38 bytes (sizeof) struct _MM_PAGED_POOL_INFO { struct _FAST_MUTEX Mutex; //0x0 struct _RTL_BITMAP PagedPoolAllocationMap; //0x20 struct _MMPTE* FirstPteForPagedPool; //0x28 ULONG MaximumSize; //0x2c ULONG PagedPoolHint; //0x30 ULONG AllocatedPagedPool; //0x34 };